func runtime.runqempty
9 uses
runtime (current package)
proc.go#L3033: if spinning && !runqempty(pp) {
proc.go#L3054: if !runqempty(pp) || sched.runqsize != 0 {
proc.go#L3688: if !runqempty(p) {
proc.go#L3783: if !idlepMaskSnapshot.read(uint32(id)) && !runqempty(p2) {
proc.go#L5866: if runqempty(pp) {
proc.go#L6304: if runqempty(pp) && sched.nmspinning.Load()+sched.npidle.Load() > 0 && pd.syscallwhen+10*1000*1000 > now {
proc.go#L6652: if !runqempty(pp) {
proc.go#L6723: func runqempty(pp *p) bool {
proc.go#L7216: if p := getg().m.p.ptr(); !runqempty(p) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |